﻿2026-08-01T22:31:27.7410895Z ##[group]Run actions/checkout@v5
2026-08-01T22:31:27.7411220Z with:
2026-08-01T22:31:27.7411452Z   repository: SaberMage/spt-shell-notify
2026-08-01T22:31:27.7411757Z   path: .adapter-notify
2026-08-01T22:31:27.7414034Z   token: ***
2026-08-01T22:31:27.7414262Z   ssh-strict: true
2026-08-01T22:31:27.7414474Z   ssh-user: git
2026-08-01T22:31:27.7414699Z   persist-credentials: true
2026-08-01T22:31:27.7414938Z   clean: true
2026-08-01T22:31:27.7415125Z   sparse-checkout-cone-mode: true
2026-08-01T22:31:27.7415338Z   fetch-depth: 1
2026-08-01T22:31:27.7415511Z   fetch-tags: false
2026-08-01T22:31:27.7415678Z   show-progress: true
2026-08-01T22:31:27.7415849Z   lfs: false
2026-08-01T22:31:27.7416012Z   submodules: false
2026-08-01T22:31:27.7416192Z   set-safe-directory: true
2026-08-01T22:31:27.7416403Z   allow-unsafe-pr-checkout: false
2026-08-01T22:31:27.7416607Z env:
2026-08-01T22:31:27.7416887Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30720655534-1-Lye2eW
2026-08-01T22:31:27.7417372Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30720655534-1-Lye2eW
2026-08-01T22:31:27.7417777Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30720655534-1-Lye2eW
2026-08-01T22:31:27.7418182Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30720655534-1-Lye2eW
2026-08-01T22:31:27.7418501Z ##[endgroup]
2026-08-01T22:31:27.8110183Z Syncing repository: SaberMage/spt-shell-notify
2026-08-01T22:31:27.8114608Z ##[group]Getting Git version info
2026-08-01T22:31:27.8115166Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-08-01T22:31:27.8138886Z [command]/usr/bin/git version
2026-08-01T22:31:27.8205047Z git version 2.43.0
2026-08-01T22:31:27.8222497Z ##[endgroup]
2026-08-01T22:31:27.8229652Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d451ed2c-01a2-48df-9e24-e3af4eacc4cd/.gitconfig'
2026-08-01T22:31:27.8236704Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d451ed2c-01a2-48df-9e24-e3af4eacc4cd' before making global git config changes
2026-08-01T22:31:27.8237410Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T22:31:27.8240076Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-01T22:31:27.8269143Z ##[group]Initializing the repository
2026-08-01T22:31:27.8272212Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-01T22:31:27.8298047Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-01T22:31:27.8298620Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-01T22:31:27.8299173Z hint: of your new repositories, which will suppress this warning, call:
2026-08-01T22:31:27.8299540Z hint: 
2026-08-01T22:31:27.8299816Z hint: 	git config --global init.defaultBranch <name>
2026-08-01T22:31:27.8300141Z hint: 
2026-08-01T22:31:27.8300475Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-01T22:31:27.8300947Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-01T22:31:27.8301704Z hint: 
2026-08-01T22:31:27.8301924Z hint: 	git branch -m <name>
2026-08-01T22:31:27.8302610Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-01T22:31:27.8309526Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-01T22:31:27.8336100Z ##[endgroup]
2026-08-01T22:31:27.8336496Z ##[group]Disabling automatic garbage collection
2026-08-01T22:31:27.8339305Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T22:31:27.8362901Z ##[endgroup]
2026-08-01T22:31:27.8363211Z ##[group]Setting up auth
2026-08-01T22:31:27.8369105Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T22:31:27.8394490Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-08-01T22:31:27.8580709Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T22:31:27.8607149Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-08-01T22:31:27.8798251Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T22:31:27.8823402Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T22:31:27.9014008Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T22:31:27.9046662Z ##[endgroup]
2026-08-01T22:31:27.9047145Z ##[group]Determining the default branch
2026-08-01T22:31:27.9050164Z Retrieving the default branch name
2026-08-01T22:31:28.3538005Z Default branch 'main'
2026-08-01T22:31:28.3538891Z ##[endgroup]
2026-08-01T22:31:28.3539403Z ##[group]Fetching the repository
2026-08-01T22:31:28.3542683Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-08-01T22:31:29.1422578Z From https://github.com/SaberMage/spt-shell-notify
2026-08-01T22:31:29.1423186Z  * [new branch]      main       -> origin/main
2026-08-01T22:31:29.1439422Z ##[endgroup]
2026-08-01T22:31:29.1439727Z ##[group]Determining the checkout info
2026-08-01T22:31:29.1441335Z ##[endgroup]
2026-08-01T22:31:29.1444602Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T22:31:29.1516548Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T22:31:29.1542378Z ##[group]Checking out the ref
2026-08-01T22:31:29.1544694Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-01T22:31:29.1583153Z Switched to a new branch 'main'
2026-08-01T22:31:29.1583590Z branch 'main' set up to track 'origin/main'.
2026-08-01T22:31:29.1587240Z ##[endgroup]
2026-08-01T22:31:29.1619620Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T22:31:29.1640275Z ee2d37eadc730c0019e0af82d683074c509634a2
